de.ueberdosis.mp3info.id3v2
Class FramePCNT
java.lang.Object
|
+--de.ueberdosis.mp3info.id3v2.ID3V2Frame
|
+--de.ueberdosis.mp3info.id3v2.FramePCNT
- All Implemented Interfaces:
- Defines
- public class FramePCNT
- extends ID3V2Frame
Play counter
This is simply a counter of the number of times a file has been played.
The value is increased by one every time the file begins to play. There
may only be one "PCNT" frame in each tag. When the counter reaches all
one's, one byte is inserted in front of the counter thus making the
counter eight bits bigger. The counter must be at least 32-bits long to
begin with.
Counter $xx xx xx xx (xx ...)
Constructor Summary |
FramePCNT(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
|
Methods inherited from class de.ueberdosis.mp3info.id3v2.ID3V2Frame |
canDisplay, canEdit, containsData, createJPanel, createPanel, deprecatedSince, equals, getData, getDataLengthIndicator, getFileAlterPreservation, getFrameID, getSize, getTagAlterPreservation, getUnsynchronisation, hasGroupingIdentity, isAltered, isCompressed, isEncrypted, isReadOnly, isValid, legalSince, toByteArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FramePCNT
public FramePCNT(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
throws SeekPastEndException
getLongName
public java.lang.String getLongName()
toString
public java.lang.String toString()
- Overrides:
toString
in class ID3V2Frame